func golang.org/x/net/idna.allowedSTD3
3 uses
golang.org/x/net/idna (current package)
idna.go#L497: if sz == 1 && p.useSTD3Rules && !allowedSTD3(rune(s[i])) {
idna.go#L772: func allowedSTD3(r rune) bool {
idna.go#L806: if sz == 1 && p.useSTD3Rules && !allowedSTD3(rune(s[i])) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)